.about-s1 .para {  font-size: 1.1rem;}
.about-s1 .label{  font-size: 3rem;}
.about-s1 .data span {  font-size: 3.5rem;}
.about-s1 .data em, .about-s1 .data p{  font-size: 1.1rem;}
.about-s1 .data i{  font-size: 1.2rem;padding:0 0 0 10px}
.about-s1 .tip {
  font-size: 2rem;
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes run {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}
@keyframes o-scale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes o-scale-1 {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes scale-bg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes indexsvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.about-s1 {}
.about-s1 .label {
  text-align: center;  color: #18afb4;font-weight: bold;
}
.about-s1 .tip {
  text-align: center;
  color: #272c31;
  margin-top: 2rem;
}
.about-s1 .para {
  text-align: center;
  line-height: 2;
  margin-top: 1rem; width:70%;margin:30px auto 0 auto;
}
.about-s1 .data-box {
  padding: 75px 0 100px 0;width:86%;margin:0 auto 0 auto;
  font-size: 0; display: flex;justify-content: space-between; flex-wrap: wrap;
}
.se_about .about-s1 .data-box {  padding: 75px 0 70px 0;}
.about-s1 .data {
  vertical-align: top;display: flex;justify-content:flex-start; align-items: center;
  position: relative;
  transition: transform .3s ease;
}
.about-s1 .data .data_icon{margin:0 25px 0 0}
.about-s1 .data_l{width:1px; height: 100px;background: rgba(0,0,0,0.1);} 

.about-s1 .data .box {
  position: relative;
  z-index: 2;
}
.about-s1 .data .num {
  display: flex; justify-content: flex-start;align-items: flex-end;
  position: relative;
  color: #333;
  transition: all .3s ease;
}
.about-s1 .data .num .count{ color: #0d3dcd;}
.about-s1 .data span {
  display: inline-block;
  vertical-align: middle; font-family: "aven";letter-spacing: -2px;line-height: 3.2rem;
}
.about-s1 .data em {
  position: absolute;
  left: 100%;
  bottom: 10px;
  font-style: normal;
}
.about-s1 .data i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.about-s1 .data p {
  color: #272c31;margin:10px 0 0 0
}
@media screen and (min-width: 1020px) {
  .about-s1 .data:hover {
    transform: translateY(-10px);
  }
  .about-s1 .data:hover:before {
    opacity: .5;
  }
  .about-s1 .data:hover .num {
    color: #222;
    text-shadow: 0 10px 10px rgba(24, 175, 180, 0.1);
  }
}
.about-s1 .comm-line-btn {
  margin: 0 auto;
}
@media only screen and (max-width:1750px){ 
  .about-s1 .data span{font-size: 2.5rem;line-height: 2.2rem;}
}
@media only screen and (max-width:1600px){ 
   .about-s1 .label{font-size: 2.5rem;}
   .about-s1 .data .data_icon img{ width:59px}
}
@media only screen and (max-width:1060px){ 
  .about-s1 .label{    font-size:1.5rem;  }
  .about-s1 .tip{font-size:1.3rem; line-height: 2.6rem;    margin-top: 1rem;}
  .about-s1 .para{width: 95%;    margin: 30px auto 0 auto; font-size: 1rem;}
  .about-s1 .data-box{width:100%;    padding: 0 0 2rem 0;}
  .about-s1 .data{width:49%;margin:0 0 25px 0;justify-content:center; flex-direction: column;}
  .se_about .about-s1 .data-box{padding: 35px 0 30px 0;}
  .about-s1 .data .data_icon{margin: 0 0 8px 0;}
  .about-s1 .data .data_icon img{width:51px;display: block;margin: 0 auto;}
  .about-s1 .data .num{ justify-content: center;}
  .about-s1 .data span{    font-size: 2rem;}
  .about-s1 .data i{    font-size: 1.2rem;}
  .about-s1 .data em, .about-s1 .data p{    font-size: 1rem;}
  .about-s1 { padding:2rem 0 0 0;  }
}